home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / HOMEMENT / PCMONEY1.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-04-23  |  493b  |  23 lines

  1. @ECHO OFF
  2. if "%1" == ""  goto error1
  3. IF NOT EXIST %1 MD %1
  4. PKUNZIP PCMONEY %1
  5. goto exit
  6. :error1
  7. echo  
  8. echo  
  9. echo      You must designate the disk drive on which you wish to
  10. echo  
  11. echo install this program.  If installing on a hard disk drive,
  12. echo  
  13. echo include the drive and sub-directory.  Example:
  14. echo  
  15. echo       INSTALL C:\FINANCES
  16. echo  
  17. echo Example for high density (required) floppy disk installation:
  18. echo  
  19. echo           INSTALL B:
  20. echo  
  21. echo  
  22. :exit
  23.